Welcome![Sign In][Sign Up]
Location:
Search - random number

Search list

[Mathimatics-Numerical algorithmsAlgorithms

Description: 提供了多项式计算、矩阵计算、随机数产生、插值、拟合、方程组求解等一些数值计算算法,并附有查找、排序算法。在对这些算法进行讲解的同时,附上所有算法的C源码,方便进行动手尝试学习。-Provides a polynomial calculation, matrix calculation, random number generation, interpolation, fitting, solving equations and some numerical algorithms, along with search, sorting algorithms. In these algorithms to explain the same time, accompanied by all the algorithms of the C source code, facilitate hands-on attempt to learn.
Platform: | Size: 6547456 | Author: li li | Hits:

[Mathimatics-Numerical algorithmsrandom

Description: George Marsaglia的“The mother”随机数生成代码,称循环周期达2^250,可以通过ts检验,适用于大规模仿真。 源码已进行类封装。测试程序直接产生可用于matlab的m文件。-George Marsaglia s The mother random number generator code, saying that the cycle period could up to 2 ^ 250,and could pass through the ts test.Suits for large-scale simulation. Test program can directly generate matlab m-file.
Platform: | Size: 8192 | Author: winxp | Hits:

[Algorithmzufall

Description: 随机数生成fortran源程序,可用于非均匀,高斯,泊松随机数生成-uniform , gaussian, and poisson random number generation
Platform: | Size: 6144 | Author: zhzbao | Hits:

[Windows Developrandom

Description: 此头文件包含一个产生(0,1)的随机数的函数:random(),种子是系统当前时间,每次产生的伪随机数序列不一样。可直接调用此函数。-This header file contains a generation (0,1) random number function: random (), seed is the system current time, each produced by pseudo-random number sequences are different. Call this function directly.
Platform: | Size: 1024 | Author: 于海波 | Hits:

[Mathimatics-Numerical algorithmsRandom

Description: 随机数生成算法,产生一个介于0-32767之间的随机整数。-Random number generation algorithm to generate a random integer between the range of 0-32767.
Platform: | Size: 1008640 | Author: 阿庚 | Hits:

[Otherrandom-c

Description: C语言实现的随机数产生方法,对一些需要产生随机种子的程序有帮助。主要是包括均匀分布、高斯分布随机数的产生。-C language implementation of the random number generator means, for some procedures need to generate random seeds help. Mainly include the uniform distribution, Gaussian distribution generation.
Platform: | Size: 4096 | Author: 李森 | Hits:

[Otherrandom-inc

Description: 用c语言编写的产生正态随机数的源代码: 算法一产生12个(0,1)平均分布的随机函数,用大数定理可以模拟出正态分布。 算法二用到了数学中的雅可比变换,直接生成正态分布,但此算法在计算很大规模的数时 会出现溢出错误。-With the c language normal random number generation source code: Algorithm 1 produces 12 (0,1) the average distribution of the random function, with large numbers theorem can be simulated normal distribution. Mathematical algorithms used in the two Jacobi transformation, directly generate a normal distribution, but this algorithm is very large in the calculation occurs when the number of overflow error.
Platform: | Size: 1024 | Author: kgd | Hits:

[assembly languagerandom

Description: 用汇编代码写的随机数生成算法: 程序主要由八部分组成。主程序main 从键盘输入的10进制数的子程序redigital;产生随机数,并输出随机性评估结果的子程序random;评估一个随机数随机性的子程序evaluAnum;用蒙特卡罗法评估随机性的calpi将数以十六进制输出的子程序printtohex;将数用十进制打印出来的子程序printaxd;输出换行回车的子程序printrn。-Written in assembly code using random number generation algorithm: program mainly by the eight parts. The main program main from the keyboard input 10 the number of decimal subroutine redigital generate random numbers, and output the results of the assessment of the subroutine random random assessment of a random number of random subroutine evaluAnum with the Monte Carlo Method to Evaluate the random of calpi will be hundreds of subroutines hexadecimal output printtohex will be hundreds of subroutines with the decimal print out printaxd the subroutine output carriage return line feed printrn.
Platform: | Size: 2048 | Author: 共命运 | Hits:

[Other Riddle gameslingo-random

Description: director中产生随机数并跳转到相应标签处的问题-director generated random number and jump to the appropriate tab at the problem
Platform: | Size: 4096 | Author: 妍桢 | Hits:

[OtherRandom

Description: Random Number Generation by -Random Number Generation by SSS
Platform: | Size: 1024 | Author: Sriram | Hits:

[CSharprandom

Description: 随机抽取指定人数的号码抽奖程序,适用于活动中娱乐抽奖使用-Specified number of random number lottery program is suitable for recreational activities, the use of lottery
Platform: | Size: 1575936 | Author: lxg | Hits:

[Program docrandom

Description: VC++随机数原理编写彩票号码生成器,是在windowsxp环境下实现的-VC++ random number generator principle of the preparation of lottery numbers
Platform: | Size: 15360 | Author: shaozhiyi | Hits:

[OtherRandom

Description: 介绍了如何在自己的应用程序中进行随机选号。-Random number。
Platform: | Size: 25600 | Author: Litao | Hits:

[Algorithmamrandom

Description: This a random source code for delphi. Examples ramdom functions as follows: The following Random Number Generators: - Normal (Gaussian) - Gamma - Chi-squared - Exponential - Weibull - Beta - t - Multivariate Normal - Generalized inverse Gaussian - Binomial (2 different ones) - Negative Binomial - von Mises - Cauchy-This is a random source code for delphi. Examples ramdom functions as follows: The following Random Number Generators: - Normal (Gaussian) - Gamma - Chi-squared - Exponential - Weibull - Beta - t - Multivariate Normal - Generalized inverse Gaussian - Binomial (2 different ones) - Negative Binomial - von Mises - Cauchy
Platform: | Size: 448512 | Author: mudacik | Hits:

[Othergenerate-random-numberithm

Description: 用线性同余法和Wichman-Hill算法产生[0,1]均匀分布的随机数-With a linear congruent method and Wichman-Hill algorithm to generate [0,1] uniformly distributed random number
Platform: | Size: 5120 | Author: 小于儿 | Hits:

[Othergenerate-random-numberithm

Description: 用解析变换法产生指数分布的随机数 是课程设计的小例子-Analysis of transformation with an exponential distribution random number
Platform: | Size: 3072 | Author: 小于儿 | Hits:

[Windows Developrandom-number

Description: 随即生成0-1之间的小数,成均匀分布,效果比c自带的函数好。-get the rand number
Platform: | Size: 280576 | Author: juyaoyong | Hits:

[File OperatePseudo-random

Description: 伪随机数加密 对各类文件加密,利用一个随机序列与磁盘文件中的内容进行运算,将结果存入文件。解码时,则进行逆越算。该C程序已经经过调试-Pseudo-random number encrypted on the various types of file encryption, using a random sequence with the contents of the disk file operation will result into a file. Decoding, then to reverse the more calculation. After debugging the C program has been
Platform: | Size: 18432 | Author: 张大头 | Hits:

[Otherweibull

Description: matlab code for generating random number of weibull distribution
Platform: | Size: 1024 | Author: MizhoO | Hits:

[Windows Developrandom

Description: VC6.0下实现的一个随机数生成程序,初学挺实用-VC6.0 to achieve a random number generator program
Platform: | Size: 96256 | Author: | Hits:
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »

CodeBus www.codebus.net